home *** CD-ROM | disk | FTP | other *** search
- # SCSS Id: @(#)Nethack.cnf 3.2 96/02/16
- # Copyright (c) NetHack PC Development Team 1993, 1996
- # NetHack may be freely redistributed. See license for details.
- #
- # A '#' at the beginning of a line means the rest of the line is a comment.
- #
- # This configuration file is set up for two cases, for a hard disk
- # (as drive C:), and for two floppy disks.
- #
- # Some options MUST be set in this file, other options can be toggled while
- # playing. For a list of options available see the <opthelp.> file. If
- # the game plays slowly you might notice some improvement by setting
- # !time and !showexp, which will reduce screen I/O somewhat.
- #
- # To change the configuration, comment out the unwanted lines, and
- # uncomment the configuration you want.
-
-
- # *** OPTIONS ***
- #
- # These two options should be used for most setups. If you're machine isn't
- # very IBM-compatible, and NetHack doesn't work, try commenting out this line.
- #
- OPTIONS=rawio,BIOS,IBMgraphics
- # To use VGA graphical tiles on an MS-DOS PC with VGA or better, use:
- #OPTIONS=video:autodetect
- # Some versions of NetHack use the pc speaker to play the notes given when
- # playing music instruments in NetHack. To use this feature, if available,
- # uncomment the following line:
- #OPTIONS=soundcard:autodetect
- # DEC Rainbows will hang if rawio is set, so they should instead use:
- #OPTIONS=BIOS,DECgraphics
- # If your machine is NEC PC-9800, use:
- #OPTIONS=rawio,BIOS,video:default
- #
- #
- # General options. You might also set "silent" so as not to attract
- # the boss's attention.
- #
- OPTIONS=time,noshowexp,number_pad,lit_corridor,rest_on_space,hilite_pet,pettype:dog,showexp,showscore,showtime
- #
- #
- # Some options to set personal preferences. Uncomment and change these to
- # suit your personal preference. If several people are to use the same
- # configuration, options like these should not be set.
- #
- OPTIONS=autopickup,pickup_types:$"=!",name:Roland,dogname:Kasha,catname:spot,fruit:strawberry
- #OPTIONS=name:Janet-V,female,dogname:Fido,catname:Morris,fruit:apricot
- #OPTIONS=autopickup,pickup_types:$"=/!?+
- #OPTIONS=packorder:")[%?+/=!(*0_`
- #OPTIONS=scores:10 top/2 around/own
- #OPTIONS=nolegacy,noverbose
- #OPTIONS=menustyle:traditional
-
-
- # *** HARD DISK CONFIGURATION ***
- #
- HACKDIR=d:\games\nh31
- #
- # Note: Under MSDOS ports HACKDIR defaults to the location
- # of the NetHack.exe file. Setting HACKDIR above will override that.
- #
- # LEVELS and SAVE default to HACKDIR
- #
- LEVELS=d:\games\nh31\bones
- #SAVE=c:\games\nh31\bones;n
- #
- # appending a ";n" to SAVE means don't prompt to insert a disk.
- SAVE=;n
- #
- # Note that RAMDISK must *not* be the same (or even implicitly
- # get expanded to the same path by the OS) as HACKDIR.
- #
- #RAMDISK=d:
-
-
- # *** 2-FLOPPY CONFIGURATION ***
- #
- # HACKDIR=a:\
- # LEVELS=b:\
- # SAVE=b:\
- # RAMDISK=c:
-
-
- # *** CHARACTER GRAPHICS ***
- #
- # See the on-line help or the Guidebook for which symbols are in which
- # positions.
- #
- # If you merely set the IBMgraphics option as above, NetHack will use IBM
- # extended ASCII for dungeon characters. If you don't like the selections,
- # you can make up your own via these graphics options, but you should still
- # set IBMgraphics if you are using IBM graphics characters to get the correct
- # processing.
- #
- # An example using the IBM graphics character set:
- #DUNGEON= 032 179 196 218 191 192 217 197 193 194 \
- # 180 195 249 239 239 254 254 249 177 177 \
- # 060 062 060 062 220 190 035 244 247 249 \
- # 247 042 042 186 205 046 035 247
- #
- #TRAPS= 094 094 094 094 094 094 094 094 094 094 \
- # 094 094 094 094 232 232 232 157 094 094 \
- # 094 094
- #
- #EFFECTS= 179 196 092 047 042 033 041 040 \
- # 048 035 064 042 \
- # 047 045 092 058 058 092 045 047 \
- # 047 045 092 058 032 058 092 045 047
- #
- # Some alternatives:
- #DUNGEON= 032 186 205 201 187 200 188 206 202 203 \
- # 185 204 249 239 239 254 254 249 177 177 \
- # 060 062 060 062 095 092 035 244 247 249 \
- # 247 042 042 179 196 046 035 247
- #
- #TRAPS= 094 094 094 094 094 094 094 094 094 094 \
- # 094 094 094 094 094 034 094 094 094 094 \
- # 094 094
-
- #
- # Using the DEC Rainbow/ANSI line-drawing character set:
- #
- # If you have compiled with TERMLIB, merely set the DECgraphics option as
- # above. NetHack will then switch into the VTxxx line-drawing character set
- # (aka ANSI ruling character set '0') for dungeon characters. If you don't
- # like the selections, you can make up your own via the graphics options,
- # adding 128 to the value of any line-drawing character you want to use.
- # (But you should still set DECgraphics to get the correct processing.)
-
- # *** VIDEOCOLORS AND VIDEOSHADES ***
- #
- # While playing on NEC PC-9800, default game display may be difficult to
- # read. Try following setting.
- #
- #OPTIONS=videocolors:4-2-6-1-5-3-4-2-6-1-5-3,videoshades:normal-normal-normal
-